projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb46da6
)
(syms_of_keymap): Create global_map 256 slots long.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 28 May 1993 22:31:52 +0000
(22:31 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 28 May 1993 22:31:52 +0000
(22:31 +0000)
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/keymap.c
b/src/keymap.c
index 1973b89ba625f05797f16a4fce10e800633dd086..b50963aded5f8dda871ad36217738f2b08725956 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-2012,7
+2012,8
@@
syms_of_keymap ()
Each one is the value of a Lisp variable, and is also
pointed to by a C variable */
- global_map = Fmake_keymap (Qnil);
+ global_map = Fcons (Qkeymap,
+ Fcons (Fmake_vector (make_number (0400), Qnil)));
Fset (intern ("global-map"), global_map);
meta_map = Fmake_keymap (Qnil);